@charset "utf-8"; .news-center{position: relative; z-index: 2; background: #fff; min-height: 600px;} .news-center .list{margin-top: 60px;} .news-center .list a{margin-bottom: 30px; display: flex; justify-content: space-between;} .news-center .list .img{width: 350px; height: 142px; background: #dedede; overflow: hidden;} .news-center .list .img>img{width: 100%;} .news-center .list .box{width: 825px; display: flex; align-items: center; transition: all .3s; padding-right: 40px; box-sizing: border-box;} .news-center .list a:hover .box{background: #e5f1fa;} .news-center .list .box .date{text-align: right; padding-right: 20px; padding-left: 30px; color: #7f7f7f; transition: all .25s;} .news-center .list a:hover .box .date{color: #0076ce;} .news-center .list .box .date .day{font-size: 3.6rem;} .news-center .list .box .date .ym{font-size: 1.4rem; margin-top: 5px;} .news-center .list .box .line{width: 1px; height: 120px; background: #97999a;} .news-center .list .box .con{padding-left: 25px;} .news-center .list .box .con .title{font-size: 2rem; color: #323232; transition: all .25s;} .news-center .list a:hover .box .con .title{color: #0076ce;} .news-center .list .box .con .desc{font-size: 1.4rem; color: #323232; line-height: 1.8; margin-top: 15px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;} @media (max-width:1199px){ .news-center .list{margin-top: 50px;} .news-center .list a{display: block;} .news-center .list .img{width: 100%; height: 0; padding-bottom: 40.57%;} .news-center .list .box{width: 100%; padding-right: 0; margin-top: 10px;} .news-center .list .box .date{text-align: left; padding-right: 15px; padding-left:0;} .news-center .list .box .con{padding-left: 20px; overflow: hidden;} .news-center .list .box .con .title{font-size: 1.6rem; line-height: 1.3;} .news-center .list .box .con .desc{} } .news-center .wrap{position: relative;} .news-center .part{padding-top: 85px; color: #323232; font-size: 2.4rem; width: 120px;} .news-center .part:after{content:''; display: block; width: 1080px; height: 1px; position: absolute; right: 0; top: 97px; background: #afafaf; z-index: 1;} .news-center .wrap>h1{font-size: 2.2rem; font-weight: bold; text-align: center; margin-top: 60px; line-height: 1.3;} .news-center .wrap>.desc{color: #b8b8b8; font-size: 1.4rem; text-align: center; margin-top: 25px;} .news-center .wrap>.con{min-height: 400px; margin-top: 35px; font-size: 1.4rem; color: #323232;} .news-center .wrap>.con p{line-height: 2; margin-bottom: 30px;} .news-center .next-prev{border-top: 1px solid #afafaf; margin-top: 50px; margin-bottom: 50px; padding-top: 12px;} .news-center .next-prev a{display: block; font-size: 1.4rem; color: #323232; line-height: 26px;} .news-center .next-prev a:hover{text-decoration: underline;} @media (max-width:1199px){ .news-center .part{display: none;} .news-center .wrap>h1{margin-top: 0; padding-top: 50px;} }